home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / TORUS.PI < prev    next >
Encoding:
Text File  |  1992-01-21  |  495 b   |  26 lines

  1. # Generic Polyray input File
  2. # Polyray input file: Alexander Enzmann
  3. # Time on 20Mhz 286/ 10Mhz 287: 2 setup, 93 tracing
  4.  
  5. # Set up the camera
  6. viewpoint {
  7.    from <0, 5, -5>
  8.    at   <0, 0,  0>
  9.    up   <0, 1,  0>
  10.    angle 30
  11.    resolution 160, 160
  12.    }
  13.  
  14. # Get various surface finishes
  15. include "colors.inc"
  16.  
  17. # Set up background color & lights
  18. background sky_blue
  19. light <10, 10, -20>
  20.  
  21. object {
  22.    torus 0.5, 0.2, <0, 0, 0>, <0, 0, 1>
  23.    shiny_red
  24.    rotate <70, 20, 0>
  25.    }
  26.